home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / MK2PROGS.SHR / KSEALTM.ADV < prev    next >
Encoding:
Text File  |  1995-05-17  |  3.1 KB  |  104 lines

  1. REM ╔═══════════════════════════════════════════════════════════════════════╗
  2. REM ║ CAUTION!!!  You MUST have ThrustMaster Command & Control Center       ║
  3. REM ║ (MARK2.EXE) vs 1.38 or higher and MK2LOAD.EXE vs 5.01 or higher to    ║
  4. REM ║ use the macro capability.  You can tell if you have vs 1.38 by looking║
  5. REM ║ at the top of the C&CC screen where the version # is shown on any of  ║
  6. REM ║ the menu screens or click on F-7 About to view the version #.  To tell║
  7. REM ║ if you have MK2LOAD.EXE vs 5.01 just download a file - you will see   ║
  8. REM ║ the version # at the top of the download screen. To obtain the newer  ║
  9. REM ║ versions if you do not have them, check with any of the listed places ║
  10. REM ║ in C:\MARK2\MK2UTILS\TMBBS.TXT where you may download the latest      ║
  11. REM ║ versions of the Command and Control Center software.                  ║
  12. REM ╚═══════════════════════════════════════════════════════════════════════╝
  13. REM                      Seal Team, By Electronic Arts
  14. REM
  15. REM      This ADV will let you control all functions of this intense combat
  16. REM     simulator with true HOTAS!
  17. REM
  18. REM               Written and Tested by Ed Bowser - December, 1993
  19. REM
  20. REM  Base Switch Settings
  21. REM  Black Hat switch = Digital
  22. REM  Red Switch       = Digital
  23. REM
  24. REM  ROCKER UP     - MAP DISPLAY AND SUPPORT TEAM ORDERS MODE
  25. REM  ROCKER MIDDLE - FIREFIGHT MODE
  26. REM  ROCKER DOWN   - TEAM ORDERS
  27. REM
  28. REM
  29. REM  Game Settings: (Nothing special required for this game.)
  30. REM
  31.  
  32.  MDEF KSealtm
  33.  
  34.  @AnalogThrottle
  35.  
  36. BTN UB /U MapZoom
  37.        /M NextTarget
  38.        /D ColumnFormation
  39.  
  40. BTN MB /U MapExpand
  41.        /M NextWeapon
  42.        /D InLineFormation
  43.  
  44. BTN LB /U SetWaypoint
  45.        /M ControlFireRate
  46.        /D /T DiamondFormation
  47.           /T V_WedgeFormation
  48.  
  49. BTN HU /P TeamView
  50.        /R PointManView
  51.  
  52. BTN HR /P SupportTeamView1
  53.        /R PointManView
  54.  
  55. BTN HD /P TargetView
  56.        /R PointManView
  57.  
  58. BTN HL /P SupportTeamView2
  59.        /R PointManView
  60.  
  61. BTN 1 /U /T BoatAttack
  62.          /T CeaseAttack
  63.       /M NextGrenade
  64.       /D Halt
  65.  
  66. BTN 2 /U /T HelicopterAttack
  67.          /T CeaseAttack
  68.       /M ThrowGrenade
  69.       /D SearchAction
  70.  
  71. BTN 3 /U /T AircraftAttack
  72.          /T CeaseAttack
  73.       /M FireAtTarget
  74.       /D ExposeBoobytrap
  75.  
  76. BTN 4 /U Loiter
  77.       /M NextTool
  78.       /D Crouch
  79.  
  80. BTN 5 /U Extract
  81.       /M UseTool
  82.       /D Prone
  83.  
  84. BTN 6 /U EmergExtract
  85.       /M /T FireAtWill
  86.          /T CeaseFire
  87.       /D DiveQuickly
  88.  
  89. RKR UP /P MapScreen
  90.        /R PointManView
  91. REM
  92. REM                               NOTE:
  93. REM
  94. REM This file works ONLY with the NEW chip and MICROCODE for the MARK II WCS!
  95. REM
  96. REM If you do not have the NEW chip and MICROCODE, contact THRUSTMASTER at
  97. REM (503) 639-3200 and find out how to get the upgrade!!!
  98. REM
  99. REM How can you tell if you have the new chip and microcode?  From the
  100. REM C:\MARK2 DOS prompt, type: DIR MK2LOAD.EXE then hit ENTER. If you receive
  101. REM the message: "File not found", then you have the OLD microcode version
  102. REM that uses the program DOWNLOAD.EXE to load files into the WCS MARK II.
  103.  
  104.